home *** CD-ROM | disk | FTP | other *** search
/ AM/FM: Amiga Musicians' Freeware Magazine 13 / AM-FM 13.adf / utilities / FZIFF / prototypes.h.pp / prototypes.h
Text File  |  1992-11-07  |  573b  |  15 lines

  1. /* iff.c */
  2. void PutID(long id);
  3. int WriteChunkHeader(int fd, unsigned long chunktype, long length);
  4. int WriteSuperChunkHeader(int fd, unsigned long chunktype, unsigned long subtype, long length);
  5. int WriteChunk(int fd, unsigned long chunktype, void *data, long length);
  6. int WriteTextChunk(int fd, unsigned long chunktype, char *text);
  7. int Rewrite_IFF_header(int fd);
  8. int CreateIFF(char *filename, unsigned long type, unsigned long subtype);
  9. /* fziff.c */
  10. void freebody(void);
  11. int main(int argc, char **argv);
  12. /* libraries.c */
  13. void trash_libs(void);
  14. void init_libs(void);
  15.